home *** CD-ROM | disk | FTP | other *** search
- /*
- File: CRMSerialDevices.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __CRMSERIALDEVICES__
- #define __CRMSERIALDEVICES__
-
- #ifndef __TYPES__
- #include <Types.h>
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- #endif
-
- enum {
- /* for the crmDeviceType field of the CRMRec data structure */
- crmSerialDevice = 1,
- /* version of the CRMSerialRecord below */
- curCRMSerRecVers = 1
- };
-
-
- /* Maintains compatibility w/ apps & tools that expect an old style icon */
-
- #if defined(powerc) || defined (__powerc)
- #pragma options align=mac68k
- #endif
- struct CRMIconRecord {
- long oldIcon[32]; /* ICN# */
- long oldMask[32];
- Handle theSuite; /* Handle to an IconSuite */
- long reserved;
- };
- #if defined(powerc) || defined(__powerc)
- #pragma options align=reset
- #endif
-
- typedef struct CRMIconRecord CRMIconRecord;
-
- typedef CRMIconRecord *CRMIconPtr, **CRMIconHandle;
-
- #if defined(powerc) || defined (__powerc)
- #pragma options align=mac68k
- #endif
- struct CRMSerialRecord {
- short version;
- StringHandle inputDriverName;
- StringHandle outputDriverName;
- StringHandle name;
- CRMIconHandle deviceIcon;
- long ratedSpeed;
- long maxSpeed;
- long reserved;
- };
- #if defined(powerc) || defined(__powerc)
- #pragma options align=reset
- #endif
-
- typedef struct CRMSerialRecord CRMSerialRecord;
-
- typedef CRMSerialRecord *CRMSerialPtr;
-
- #endif
-
-